|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.omnipilot.lassopro.LassoLogging
Used for outputting messages to the console, file or database.
| Field Summary | |
static int |
FLAG_DEST_CONSOLE
Output information to the Lasso console |
static int |
FLAG_DEST_DATABASE
Store the information in the error logging table. |
static int |
FLAG_DEST_FILE
Output information to the log file |
static int |
LOG_LEVEL_CRITICAL
Used for logging critical errors |
static int |
LOG_LEVEL_DETAIL
Used for logging non-error and status messages |
static int |
LOG_LEVEL_WARNING
Used for logging warnings and non-critical errors |
| Constructor Summary | |
protected |
LassoLogging()
|
| Method Summary | |
static int |
setDestination(int msgLevel,
int destination)
Changes the system-wide log destination preference |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int LOG_LEVEL_CRITICAL
public static final int LOG_LEVEL_WARNING
public static final int LOG_LEVEL_DETAIL
public static final int FLAG_DEST_CONSOLE
public static final int FLAG_DEST_FILE
public static final int FLAG_DEST_DATABASE
| Constructor Detail |
protected LassoLogging()
| Method Detail |
public static int setDestination(int msgLevel,
int destination)
msgLevel - one of the LOG_LEVEL constantsdestination - one or more logically or'ed FLAG_DEST constants
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||